Time.sinceEpoch

Instance of

Object

Description

Provides methods returnig the time elapsed since UNIX epoch (January 1, 1970 00:00:00 UTC).

Example

console.writeLine(Time.sinceEpoch.asFloatingPoint());
console.writeLine(Time.sinceEpoch.asInteger());

Properties